Allow global descriptors (as in Groundspeak example(.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 8 Aug 2002 23:50:20 +0000 (23:50 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 8 Aug 2002 23:50:20 +0000 (23:50 +0000)
gpsbabel/gpx.c

index 743fe869c1c8795c108ae099e79599547da456c6..6ee4e2a36b5cd5e6bd63cc3eae01721fa7c75b1e 100644 (file)
@@ -129,7 +129,7 @@ gpx_cdata(void *dta, const XML_Char *s, int len)
        if (in_name && in_wpt) {
                wpt_tmp->shortname = foo;
        }
-       if (in_desc) {
+       if (in_desc && in_wpt) {
                wpt_tmp->description = foo;
        }
        if (in_ele) {